gtk_tree_selection_get_selected: added transfer none annotation to model out arg
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 27 May 2010 22:36:04 +0000 (18:36 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 27 May 2010 22:36:04 +0000 (18:36 -0400)
gtk/gtktreeselection.c

index 4a275da5c0f0caea38324580b7bd1b60869cf828..59ce8aea3a8e13bee0c52b5e56102c22f892cfca 100644 (file)
@@ -327,7 +327,7 @@ gtk_tree_selection_get_tree_view (GtkTreeSelection *selection)
 /**
  * gtk_tree_selection_get_selected:
  * @selection: A #GtkTreeSelection.
- * @model: (out) (allow-none): A pointer to set to the #GtkTreeModel, or NULL.
+ * @model: (out) (allow-none) (transfer none): A pointer to set to the #GtkTreeModel, or NULL.
  * @iter: (allow-none): The #GtkTreeIter, or NULL.
  *
  * Sets @iter to the currently selected node if @selection is set to